AGGREGATED FEED 1
Counter-Strike
map_winner_handicap/2way
Which team will win the map with a specified handicap applied.
Example:
{
  "marketName": "map_winner_handicap",
  "marketType": "2way",
  "specifiers": {
    "mapNumber": 1,
    "line": -2.5
  },
  "outcomes": [
    {
      "outcome": "team1",
      "decimalOdd": 2.92,
      "tradingStatus": "settled",
      "won": false
    },
    {
      "outcome": "team2",
      "decimalOdd": 1.38,
      "tradingStatus": "settled",
      "won": true
    }
  ]
}
match_total_rounds/overunder
Whether the total number of rounds played in the match will be over or under a specified threshold.
Example:
{
  "marketName": "match_total_rounds",
  "marketType": "overunder",
  "specifiers": {
    "line": 51.5
  },
  "outcomes": [
    {
      "outcome": "over",
      "decimalOdd": 1.88,
      "tradingStatus": "settled",
      "won": false
    },
    {
      "outcome": "under",
      "decimalOdd": 1.88,
      "tradingStatus": "settled",
      "won": true
    }
  ]
}
map_winner/2way
Which team will win the map.
Example:
{
  "marketName": "map_winner",
  "marketType": "2way",
  "specifiers": {
    "mapNumber": 2
  },
  "outcomes": [
    {
      "outcome": "team1",
      "decimalOdd": 2.11,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "team2",
      "decimalOdd": 1.65,
      "tradingStatus": "open",
      "won": false
    }
  ]
}
map_overtime/yesno
Whether the game on this map will go into overtime.
Example:
{
  "marketName": "map_overtime",
  "marketType": "yesno",
  "specifiers": {
    "mapNumber": 1
  },
  "outcomes": [
    {
      "outcome": "yes",
      "decimalOdd": 7,
      "tradingStatus": "settled",
      "won": false
    },
    {
      "outcome": "no",
      "decimalOdd": 1.08,
      "tradingStatus": "settled",
      "won": true
    }
  ]
}
map_total_rounds/overunder
Whether the total number of rounds played on the map will be over or under a specified threshold.
Example:
{
  "marketName": "map_total_rounds",
  "marketType": "overunder",
  "specifiers": {
    "mapNumber": 1,
    "line": 25.5
  },
  "outcomes": [
    {
      "outcome": "over",
      "decimalOdd": 1.88,
      "tradingStatus": "settled",
      "won": false
    },
    {
      "outcome": "under",
      "decimalOdd": 1.88,
      "tradingStatus": "settled",
      "won": true
    }
  ]
}
match_total_maps/overunder
Whether the total number of maps in the match will be over or under a specified threshold.
Example:
{
  "marketName": "match_total_maps",
  "marketType": "overunder",
  "specifiers": {
    "line": 2.5
  },
  "outcomes": [
    {
      "outcome": "over",
      "decimalOdd": 1.85,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "under",
      "decimalOdd": 1.88,
      "tradingStatus": "open",
      "won": false
    }
  ]
}
map_total_kills/overunder
Whether the total number of kills on the map will be over or under a specified threshold.
Example:
{
  "marketName": "map_total_kills",
  "marketType": "overunder",
  "specifiers": {
    "mapNumber": 1,
    "line": 29.5
  },
  "outcomes": [
    {
      "outcome": "over",
      "decimalOdd": 2.29,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "under",
      "decimalOdd": 1.57,
      "tradingStatus": "open",
      "won": false
    }
  ]
}
map_bombs_defused/overunder
Whether the total number of bombs defused on a map will be over or under a specified value.
Example:
{
  "marketName": "map_bombs_defused",
  "marketType": "overunder",
  "specifiers": {
    "mapNumber": 1,
    "line": 2.5
  },
  "outcomes": [
    {
      "outcome": "over",
      "decimalOdd": 2.1,
      "tradingStatus": "settled",
      "won": false
    },
    {
      "outcome": "under",
      "decimalOdd": 1.66,
      "tradingStatus": "settled",
      "won": true
    }
  ]
}
map_first_to_round_wins/2way
Which team would be the first to reach a certain round wins first.
Example:
{
  "marketName": "map_first_to_round_wins",
  "marketType": "2way",
  "specifiers": {
    "mapNumber": 1,
    "roundNumber": 3
  },
  "outcomes": [
    {
      "outcome": "team1",
      "decimalOdd": 2,
      "tradingStatus": "settled",
      "won": true
    },
    {
      "outcome": "team2",
      "decimalOdd": 1.72,
      "tradingStatus": "settled",
      "won": false
    }
  ]
}
map_round_winner/2way
Whether a specific team will win the pistol round on the map.
Example:
{
  "marketName": "map_round_winner",
  "marketType": "2way",
  "specifiers": {
    "mapNumber": 1,
    "roundNumber": 1
  },
  "outcomes": [
    {
      "outcome": "team1",
      "decimalOdd": 1.88,
      "tradingStatus": "settled",
      "won": true
    },
    {
      "outcome": "team2",
      "decimalOdd": 1.88,
      "tradingStatus": "settled",
      "won": false
    }
  ]
}
map_total_kills_pistol_rounds/overunder
Whether the total number of kills during the pistol rounds on a specific map will be over or under a specific threshold.
Example:
{
  "marketName": "map_total_kills_pistol_rounds",
  "marketType": "overunder",
  "specifiers": {
    "mapNumber": 1,
    "line": 7.5,
    "roundNumber": 1
  },
  "outcomes": [
    {
      "outcome": "over",
      "decimalOdd": 2.1,
      "tradingStatus": "settled",
      "won": false
    },
    {
      "outcome": "under",
      "decimalOdd": 1.66,
      "tradingStatus": "settled",
      "won": true
    }
  ]
}
map_total_rounds/evenodd
Whether the total number of rounds played on the map will be an even or odd number.
Example:
{
  "marketName": "map_total_rounds",
  "marketType": "evenodd",
  "specifiers": {
    "mapNumber": 1
  },
  "outcomes": [
    {
      "outcome": "odd",
      "decimalOdd": 2.03,
      "tradingStatus": "settled",
      "won": true
    },
    {
      "outcome": "even",
      "decimalOdd": 1.75,
      "tradingStatus": "settled",
      "won": false
    }
  ]
}
match_winner/2way
Which team will win the match.
Example:
{
  "marketName": "match_winner",
  "marketType": "2way",
  "specifiers": {},
  "outcomes": [
    {
      "outcome": "team1",
      "decimalOdd": 2.24,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "team2",
      "decimalOdd": 1.6,
      "tradingStatus": "open",
      "won": false
    }
  ]
}
match_winner/3way
Which team will win the match, with the possibility of a draw.
Example:
{
  "marketName": "match_winner",
  "marketType": "3way",
  "specifiers": {},
  "outcomes": [
    {
      "outcome": "team1",
      "decimalOdd": 2.84,
      "tradingStatus": "settled",
      "won": true
    },
    {
      "outcome": "draw",
      "decimalOdd": 1.91,
      "tradingStatus": "settled",
      "won": false
    },
    {
      "outcome": "team2",
      "decimalOdd": 4.45,
      "tradingStatus": "settled",
      "won": false
    }
  ]
}
map_first_blood/2way
Which team will get the first kill on the map.
Example:
{
  "marketName": "map_first_blood",
  "marketType": "2way",
  "specifiers": {
    "mapNumber": 2
  },
  "outcomes": [
    {
      "outcome": "team1",
      "decimalOdd": 1.91,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "team2",
      "decimalOdd": 1.81,
      "tradingStatus": "open",
      "won": false
    }
  ]
}
match_map_score/exact
What will be the exact score of the map.
Example:
{
  "marketName": "match_map_score",
  "marketType": "exact",
  "specifiers": {},
  "outcomes": [
    {
      "outcome": "0-2",
      "decimalOdd": 2.97,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "1-2",
      "decimalOdd": 3.24,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "2-0",
      "decimalOdd": 4.57,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "2-1",
      "decimalOdd": 4,
      "tradingStatus": "open",
      "won": false
    }
  ]
}
LOL
map_most_kills_handicap/2way
Which team got the most kills on a map given a specific handicap.
Example:
{
  "marketName": "map_most_kills_handicap",
  "marketType": "2way",
  "specifiers": {
    "mapNumber": 1,
    "line": -9.5
  },
  "outcomes": [
    {
      "outcome": "team1",
      "decimalOdd": 1.95,
      "tradingStatus": "settled",
      "won": false
    },
    {
      "outcome": "team2",
      "decimalOdd": 1.77,
      "tradingStatus": "settled",
      "won": true
    }
  ]
}
map_winner/2way
Which team will win the map.
Example:
{
  "marketName": "map_winner",
  "marketType": "2way",
  "specifiers": {
    "mapNumber": 2
  },
  "outcomes": [
    {
      "outcome": "team1",
      "decimalOdd": 2.11,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "team2",
      "decimalOdd": 1.65,
      "tradingStatus": "open",
      "won": false
    }
  ]
}
map_towers_destroyed/overunder
Whether the total number of towers destroyed on the map will be over or under a specified threshold.
Example:
{
  "marketName": "map_towers_destroyed",
  "marketType": "overunder",
  "specifiers": {
    "mapNumber": 1,
    "line": 12.5
  },
  "outcomes": [
    {
      "outcome": "over",
      "decimalOdd": 2.51,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "under",
      "decimalOdd": 1.46,
      "tradingStatus": "open",
      "won": false
    }
  ]
}
map_total_time/overunder
Whether the total game time for a map will be over or under specific seconds.
Example:
{
  "marketName": "map_total_time",
  "marketType": "overunder",
  "specifiers": {
    "mapNumber": 1,
    "line": "32:00"
  },
  "outcomes": [
    {
      "outcome": "over",
      "decimalOdd": 1.67,
      "tradingStatus": "settled",
      "won": false
    },
    {
      "outcome": "under",
      "decimalOdd": 2.1,
      "tradingStatus": "settled",
      "won": true
    }
  ]
}
match_total_maps/overunder
Whether the total number of maps in the match will be over or under a specified threshold.
Example:
{
  "marketName": "match_total_maps",
  "marketType": "overunder",
  "specifiers": {
    "line": 2.5
  },
  "outcomes": [
    {
      "outcome": "over",
      "decimalOdd": 1.85,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "under",
      "decimalOdd": 1.88,
      "tradingStatus": "open",
      "won": false
    }
  ]
}
map_total_kills/overunder
Whether the total number of kills on the map will be over or under a specified threshold.
Example:
{
  "marketName": "map_total_kills",
  "marketType": "overunder",
  "specifiers": {
    "mapNumber": 1,
    "line": 29.5
  },
  "outcomes": [
    {
      "outcome": "over",
      "decimalOdd": 2.29,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "under",
      "decimalOdd": 1.57,
      "tradingStatus": "open",
      "won": false
    }
  ]
}
map_inhibitors_destroyed/overunder
Whether the total number of inhibitors destroyed on the map will be over or under a specified threshold.
Example:
{
  "marketName": "map_inhibitors_destroyed",
  "marketType": "overunder",
  "specifiers": {
    "mapNumber": 2,
    "line": 1.5
  },
  "outcomes": [
    {
      "outcome": "over",
      "decimalOdd": 1.47,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "under",
      "decimalOdd": 2.46,
      "tradingStatus": "open",
      "won": false
    }
  ]
}
map_dragons_killed/overunder
Whether the number of dragons slain on the map will be over or under a specified threshold.
Example:
{
  "marketName": "map_dragons_killed",
  "marketType": "overunder",
  "specifiers": {
    "mapNumber": 1,
    "line": 4.5
  },
  "outcomes": [
    {
      "outcome": "over",
      "decimalOdd": 1.79,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "under",
      "decimalOdd": 1.9,
      "tradingStatus": "open",
      "won": false
    }
  ]
}
map_barons_killed/overunder
Whether the number of barons killed on the map will exceed or fall below a specified threshold.
Example:
{
  "marketName": "map_barons_killed",
  "marketType": "overunder",
  "specifiers": {
    "mapNumber": 1,
    "line": 1.5
  },
  "outcomes": [
    {
      "outcome": "over",
      "decimalOdd": 1.86,
      "tradingStatus": "settled",
      "won": false
    },
    {
      "outcome": "under",
      "decimalOdd": 1.86,
      "tradingStatus": "settled",
      "won": true
    }
  ]
}
map_total_kills/evenodd
Whether the total kills on the map will end as an even or odd number.
Example:
{
  "marketName": "map_total_kills",
  "marketType": "evenodd",
  "specifiers": {
    "mapNumber": 2
  },
  "outcomes": [
    {
      "outcome": "odd",
      "decimalOdd": 1.86,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "even",
      "decimalOdd": 1.86,
      "tradingStatus": "open",
      "won": false
    }
  ]
}
match_winner/2way
Which team will win the match.
Example:
{
  "marketName": "match_winner",
  "marketType": "2way",
  "specifiers": {},
  "outcomes": [
    {
      "outcome": "team1",
      "decimalOdd": 2.24,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "team2",
      "decimalOdd": 1.6,
      "tradingStatus": "open",
      "won": false
    }
  ]
}
map_first_baron/2way
Which team will slay the first baron on the map.
Example:
{
  "marketName": "map_first_baron",
  "marketType": "2way",
  "specifiers": {
    "mapNumber": 2
  },
  "outcomes": [
    {
      "outcome": "team1",
      "decimalOdd": 1.99,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "team2",
      "decimalOdd": 1.71,
      "tradingStatus": "open",
      "won": false
    }
  ]
}
map_first_elemental_dragon/exact
Which elemental dragon will appear first on the map.
Example:
{
  "marketName": "map_first_elemental_dragon",
  "marketType": "exact",
  "specifiers": {
    "mapNumber": 2
  },
  "outcomes": [
    {
      "outcome": "Hextech",
      "decimalOdd": 5.55,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "Chemtech",
      "decimalOdd": 5.55,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "Cloud",
      "decimalOdd": 5.55,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "Mountain",
      "decimalOdd": 5.55,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "Infernal",
      "decimalOdd": 5.55,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "Ocean",
      "decimalOdd": 5.55,
      "tradingStatus": "open",
      "won": false
    }
  ]
}
map_first_blood/2way
Which team will get the first kill on the map.
Example:
{
  "marketName": "map_first_blood",
  "marketType": "2way",
  "specifiers": {
    "mapNumber": 2
  },
  "outcomes": [
    {
      "outcome": "team1",
      "decimalOdd": 1.91,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "team2",
      "decimalOdd": 1.81,
      "tradingStatus": "open",
      "won": false
    }
  ]
}
map_first_inhibitor/2way
Which team will destroy the first inhibitor on the map.
Example:
{
  "marketName": "map_first_inhibitor",
  "marketType": "2way",
  "specifiers": {
    "mapNumber": 2
  },
  "outcomes": [
    {
      "outcome": "team1",
      "decimalOdd": 2.08,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "team2",
      "decimalOdd": 1.64,
      "tradingStatus": "open",
      "won": false
    }
  ]
}
match_map_score/exact
What will be the exact score of the map.
Example:
{
  "marketName": "match_map_score",
  "marketType": "exact",
  "specifiers": {},
  "outcomes": [
    {
      "outcome": "0-2",
      "decimalOdd": 2.97,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "1-2",
      "decimalOdd": 3.24,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "2-0",
      "decimalOdd": 4.57,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "2-1",
      "decimalOdd": 4,
      "tradingStatus": "open",
      "won": false
    }
  ]
}
DOTA2
map_most_kills_handicap/2way
Which team got the most kills on a map given a specific handicap.
Example:
{
  "marketName": "map_most_kills_handicap",
  "marketType": "2way",
  "specifiers": {
    "mapNumber": 1,
    "line": -9.5
  },
  "outcomes": [
    {
      "outcome": "team1",
      "decimalOdd": 1.95,
      "tradingStatus": "settled",
      "won": false
    },
    {
      "outcome": "team2",
      "decimalOdd": 1.77,
      "tradingStatus": "settled",
      "won": true
    }
  ]
}
map_first_roshan/2way
Which team will kill the first Roshan on the map.
Example:
{
  "marketName": "map_first_roshan",
  "marketType": "2way",
  "specifiers": {
    "mapNumber": 2
  },
  "outcomes": [
    {
      "outcome": "team1",
      "decimalOdd": 1.69,
      "tradingStatus": "settled",
      "won": false
    },
    {
      "outcome": "team2",
      "decimalOdd": 2.08,
      "tradingStatus": "settled",
      "won": true
    }
  ]
}
map_winner/2way
Which team will win the map.
Example:
{
  "marketName": "map_winner",
  "marketType": "2way",
  "specifiers": {
    "mapNumber": 2
  },
  "outcomes": [
    {
      "outcome": "team1",
      "decimalOdd": 2.11,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "team2",
      "decimalOdd": 1.65,
      "tradingStatus": "open",
      "won": false
    }
  ]
}
map_towers_destroyed/overunder
Whether the total number of towers destroyed on the map will be over or under a specified threshold.
Example:
{
  "marketName": "map_towers_destroyed",
  "marketType": "overunder",
  "specifiers": {
    "mapNumber": 1,
    "line": 12.5
  },
  "outcomes": [
    {
      "outcome": "over",
      "decimalOdd": 2.51,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "under",
      "decimalOdd": 1.46,
      "tradingStatus": "open",
      "won": false
    }
  ]
}
map_total_time/overunder
Whether the total game time for a map will be over or under specific seconds.
Example:
{
  "marketName": "map_total_time",
  "marketType": "overunder",
  "specifiers": {
    "mapNumber": 1,
    "line": "32:00"
  },
  "outcomes": [
    {
      "outcome": "over",
      "decimalOdd": 1.67,
      "tradingStatus": "settled",
      "won": false
    },
    {
      "outcome": "under",
      "decimalOdd": 2.1,
      "tradingStatus": "settled",
      "won": true
    }
  ]
}
match_total_maps/overunder
Whether the total number of maps in the match will be over or under a specified threshold.
Example:
{
  "marketName": "match_total_maps",
  "marketType": "overunder",
  "specifiers": {
    "line": 2.5
  },
  "outcomes": [
    {
      "outcome": "over",
      "decimalOdd": 1.85,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "under",
      "decimalOdd": 1.88,
      "tradingStatus": "open",
      "won": false
    }
  ]
}
map_total_kills/overunder
Whether the total number of kills on the map will be over or under a specified threshold.
Example:
{
  "marketName": "map_total_kills",
  "marketType": "overunder",
  "specifiers": {
    "mapNumber": 1,
    "line": 29.5
  },
  "outcomes": [
    {
      "outcome": "over",
      "decimalOdd": 2.29,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "under",
      "decimalOdd": 1.57,
      "tradingStatus": "open",
      "won": false
    }
  ]
}
map_total_kills/evenodd
Whether the total kills on the map will end as an even or odd number.
Example:
{
  "marketName": "map_total_kills",
  "marketType": "evenodd",
  "specifiers": {
    "mapNumber": 2
  },
  "outcomes": [
    {
      "outcome": "odd",
      "decimalOdd": 1.86,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "even",
      "decimalOdd": 1.86,
      "tradingStatus": "open",
      "won": false
    }
  ]
}
match_winner/2way
Which team will win the match.
Example:
{
  "marketName": "match_winner",
  "marketType": "2way",
  "specifiers": {},
  "outcomes": [
    {
      "outcome": "team1",
      "decimalOdd": 2.24,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "team2",
      "decimalOdd": 1.6,
      "tradingStatus": "open",
      "won": false
    }
  ]
}
match_winner/3way
Which team will win the match, with the possibility of a draw.
Example:
{
  "marketName": "match_winner",
  "marketType": "3way",
  "specifiers": {},
  "outcomes": [
    {
      "outcome": "team1",
      "decimalOdd": 2.84,
      "tradingStatus": "settled",
      "won": true
    },
    {
      "outcome": "draw",
      "decimalOdd": 1.91,
      "tradingStatus": "settled",
      "won": false
    },
    {
      "outcome": "team2",
      "decimalOdd": 4.45,
      "tradingStatus": "settled",
      "won": false
    }
  ]
}
map_first_blood/2way
Which team will get the first kill on the map.
Example:
{
  "marketName": "map_first_blood",
  "marketType": "2way",
  "specifiers": {
    "mapNumber": 2
  },
  "outcomes": [
    {
      "outcome": "team1",
      "decimalOdd": 1.91,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "team2",
      "decimalOdd": 1.81,
      "tradingStatus": "open",
      "won": false
    }
  ]
}
match_map_score/exact
What will be the exact score of the map.
Example:
{
  "marketName": "match_map_score",
  "marketType": "exact",
  "specifiers": {},
  "outcomes": [
    {
      "outcome": "0-2",
      "decimalOdd": 2.97,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "1-2",
      "decimalOdd": 3.24,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "2-0",
      "decimalOdd": 4.57,
      "tradingStatus": "open",
      "won": false
    },
    {
      "outcome": "2-1",
      "decimalOdd": 4,
      "tradingStatus": "open",
      "won": false
    }
  ]
}